home *** CD-ROM | disk | FTP | other *** search
- Path: centre.univ-orleans.fr!desiree!emmguyot
- From: emmguyot@desiree.univ-orleans.fr (Emmanuel GUYOT)
- Newsgroups: comp.lang.c++
- Subject: Re: How to link an external libray in BC 4.0?
- Date: 7 Mar 1996 15:14:49 GMT
- Organization: CITU - Universite d'Orleans - FRANCE
- Message-ID: <4hmuh9$u7@centre.univ-orleans.fr>
- References: <david.leung.3.00094C03@anu.edu.au>
- NNTP-Posting-Host: desiree.cnrs-orleans.fr
- X-Newsreader: TIN [version 1.2 PL2]
-
- David Leung (david.leung@anu.edu.au) wrote:
- : Can anyone tell me how to include a DOS library in the BC 4.0 complier?
- : I have spent some time to mug around the IDE environment, but I can't figure
- : out a way to do it. Many thanks in advance.
-
- Select your project target.
- Right click and choose "Add Node"
- In the 'list Files of Type' choose librairies (*.lib)
- Select your library, and its done.
- Now when you'll compile, your library will be linked to
- your target.
-
- E.G.
-
- ------------------------------------------------------------------------------
- ---------------------------->>>> Emmanuel Guyot <<<<--------------------------
- LPCE-CNRS |
- 3A avenue de la Recherche Scientifique | Phone : 33 38 51 78 25
- 45071 Orleans Cedex 2 | Fax : 33 38 63 12 34
- France | EMail : emmguyot@cnrs-orleans.fr
- ------------------------------------------------------------------------------
- Home Page : http://desiree.cnrs-orleans.fr/cgi-bin/cpt_html?index
- ------------------------------------------------------------------------------
-